Unique Items - Get the unique items among multiple objects (including lists)

This action compares all its input objects and returns a list with a single copy of any of them (excluding duplicate items, content wise, if there are such among the input objects).

For composite structures, "deep comparison" is made, and for numbers some tolerance is allowed, so two different objects may be considered equal (for details refer to Equal).

Triggers

The action's template has a single trigger (List), but the action can be used with any number of triggers (including none). The action collects and compares any of the objets received through any of the triggers:

Exits

<Unique Items> (repetitive exit [required]): A list with a single copy of any of the inputs (can contain no item if no input object is received).

Usage Examples

"Common/Templates/Collections/Unique Items/Test1/Unique Items - Test Many Trigger Types":